home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / pppprj12.zip / NET.INI < prev    next >
INI File  |  1996-06-22  |  4KB  |  102 lines

  1. ; NET.INI
  2. ;
  3. ; This file is in standard .INI format, i.e. lines preceded with a semicolon
  4. ; are ignored, as if everything after a semicolon on a parameter definition.
  5. ;
  6. ; The [PPPNET] tag must exist to tell the program it's in the right place!
  7. [PPPNET]
  8. ;
  9. ; Your ISP's smtp host system for sending mail.  This must be a sendmail host
  10. ; and is not necessarily your mail address.  For example, I receive mail
  11. ; at edare@abs.net, however my smtp host is mail.abs.net.  If you have any
  12. ; problems sending messages, try setting it to your numeric DNS IP address,
  13. ; as many DNS also run sendmail.
  14. SMTPHOST = smtp.erols.com
  15. ;
  16. ; Your ISP's POP3 server, again not necessarily your mail address.  This is
  17. ; where mail for you is stored on your ISP until you pick it up.  Often this
  18. ; is pop.<your domain name> or mail.<your domain name>.
  19. POPHOST =   pop.erols.com
  20. ;
  21. ; Your user name in your mail account to log into the POP3 server defined
  22. ; above.  Not necessarily the same as the login name you put in DIAL.INI!
  23. POPNAME = yourname
  24. ;
  25. ; Your user POP3 password.  Again, this may be different from your ISP account
  26. ; name defined in DIAL.INI.
  27. POPPASS = secret
  28. ;
  29. ; Below is just general information needed to make a successful connection,
  30. ; kind of the dumping ground for non-function specific parameters.
  31. ;
  32. [GENERAL]
  33. ;
  34. ; The dialing command for Merit EtherPPP.  I could have pulled this info from
  35. ; your system at runtime, but this allows flexibility to use another PPP/PAP
  36. ; driver.  There are several ethernet-type packet drivers which will work with
  37. ; the Waterloo sockets, including the ShivaPPP package.  Just place the right
  38. ; commandline for it here.
  39. ;
  40. ; The Merit PPP basic commandline syntax is "/c <port> /s <speed> /d script"
  41. ;
  42. ; If you have non-standard ports, already run an ethernet LAN or have other
  43. ; unique considerations, see READ.ME from the ETHERPPP.ZIP archive for other
  44. ; options.  If you can't get PPP to work, look for PPPDEMO.ZIP which is a more
  45. ; advanced (but shareware) PPP driver and substitute the commandline here.
  46. PPPCMD = ppp /c 1 /s 57600 /d script
  47. ;
  48. ; Dialing attempts before giving up.  Must be at least 1!
  49. RETRIES = 2
  50. ;
  51. ; Number of days to keep packets in the SENT directory before assuming they
  52. ; arrived safely.
  53. KEEPSENT = 5
  54. ;
  55. ; If set to 'Y', POP retrieves all pending messages from your POP3 host, else
  56. ; just those it can positively identify as a network packet.  Non-network mail
  57. ; is always stored in the CHECKNET directory for your review.
  58. ALLMAIL = Y
  59. ;
  60. ; If set to 'Y', the program will go through all your network directories and
  61. ; process any pending packets before attempting the connection.  This is only
  62. ; useful if you run from a mailer or DOS batch file.
  63. CLEANUP = N
  64. ;
  65. ; Your IP address.  Leave this as 0.0.0.0 and your IP address will be
  66. ; determined upon connecting to your ISP (dynamic IP assignment).
  67. IPADDR = 0.0.0.0
  68. ;
  69. ; This is the string in which the program will find your dynamic IP address.
  70. ; The one below is returned by Merit.  If you use a different packet driver,
  71. ; you'll need to find out what it sends.  If it can't find a good address,
  72. ; it reports, "Unable to locate IP address" and then aborts.
  73. IPSTRING = IP address set to
  74. ;
  75. ; Your ISP's netmask.  Typically, this is 255.255.255.0, unless your provider
  76. ; instructed you otherwise.
  77. NETMASK = 255.255.255.0
  78. ;
  79. ; This is your domain nameserver (DNS).  There is support for only one DNS.
  80. ; The right DNS is critical.  If it's not properly defined, you will receive
  81. ; "Unable to resolve host.name" when attempting communications.
  82. DNS = 205.252.116.10
  83. ;
  84. ; This is your domain.  Typically, it's the last part of your email address.
  85. DOMAIN = erols.com
  86. ;
  87. ; This is your default gateway address.  Most often, the router port works
  88. ; best (your IP address with a '1' in the final octet).  This information is
  89. ; found at runtime from IP assignment.  Large ISPs might designate a default
  90. ; gateway.  If so, enter it here, otherwise leave this commented.  If you fail
  91. ; to connect to your hosts, try toggling this as a comment.
  92. ;GATEWAY = 205.252.116.1
  93. ;
  94. ; The remaining definitions are used by the adjunct newsgroup module.  This
  95. ; module pulls in newsgroups from an nntp host directly to WWIV's native
  96. ; P*.NET format, using the standard subtypes you define in //BE.
  97. ;
  98. ;[NEWS]
  99. ;
  100. ;REGNO = 0
  101. ;NEWSHOST = news.erols.com
  102.